ComponentOne ASP.NET MVC Controls
ShowGroups Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ShowGroups Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ShowGroups. Sets whether the grid should insert group rows to delimit data groups.
Syntax
'Declaration
 
Public Overridable Function ShowGroups( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowGroups( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Data groups are created by modifying the groupDescriptions property of the ICollectionView object used as the grid's itemsSource.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members